-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Zicntr extenstion #16
Conversation
|
||
// For Rv32, these instructions indicate upper 32 bits. | ||
// For Rv64, these instructions can access the full 64-bit CSRs directly. | ||
RDCYCLE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name RDCYCLE
contains a capitalized acronym
// For Rv32, these instructions indicate upper 32 bits. | ||
// For Rv64, these instructions can access the full 64-bit CSRs directly. | ||
RDCYCLE, | ||
RDTIME, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name RDTIME
contains a capitalized acronym
// For Rv64, these instructions can access the full 64-bit CSRs directly. | ||
RDCYCLE, | ||
RDTIME, | ||
RDINSTRET, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name RDINSTRET
contains a capitalized acronym
No description provided.